@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 62.5%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #f8f8f8;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
select,
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #666;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
select,
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #d40000;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #d40000;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.article {
  line-height: 30px;
  font-size: 16px;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.headtop {
  height: 51px;
  line-height: 50px;
  border-bottom: solid 1px #eee;
}
.headtop .hello {
  float: left;
  color: #333;
}
.headtop .hello a {
  color: #d40000;
}
.headtop .hello a:hover {
  color: #f8212a;
}
.headtop .nav {
  margin-left: 26px;
  float: left;
}
.headtop .nav a {
  color: #777;
  padding: 0 12px;
  position: relative;
  float: left;
}
.headtop .nav a:hover {
  color: #f8212a;
}
.headtop .nav a::after {
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  background: #ddd;
}
.headtop .slogan {
  float: left;
  color: #d40000;
  margin-left: 12px;
}
.headtop .btn {
  float: left;
  padding: 0 12px 0 30px;
  color: #777;
  cursor: pointer;
  background: no-repeat 10px center;
  border-left: solid 1px #f8f8f8;
  border-right: solid 1px #f8f8f8;
  position: relative;
}
.headtop .btn:hover {
  background-color: #fff;
  border-color: #eee;
}
.headtop .btn:hover .qrcode {
  display: block;
}
.headtop .con {
  background-image: url(../images/headtop_btn1.png);
}
.headtop .qrc {
  background-image: url(../images/headtop_btn2.png);
  height: 51px;
}
.headtop .qrc img {
  width: 100%;
  display: block;
}
.headtop .qrc .qrcode {
  width: 146px;
  padding: 12px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 51px;
  z-index: 5;
  border: solid 1px #eee;
  border-top: none;
  text-align: center;
  font-size: 12px;
  color: #777;
  display: none;
}
.headtop .qrc .qrcode i {
  display: block;
}
.headtop .qrc .qrcode p {
  line-height: 18px;
}
.header {
  background: #fff;
}
.header .advertising {
  padding: 10px 0;
}
.header .advertising img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.header .advertising .row {
  margin: 5px -2.5px;
}
.header .advertising .col {
  padding: 0 2.5px;
}
.header .advertising .col a {
  display: block;
  overflow: hidden;
  position: relative;
}
.header .advertising .col a::after {
  content: "广告";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/mainFilter.png);
  font-size: 10px;
  color: #fff;
  padding: 0 4px;
}
.header .advertising .col a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.header .advertising .fullSlide {
  position: relative;
}
.header .advertising .fullSlide .bd {
  position: relative;
  z-index: 0;
}
.header .advertising .fullSlide .hd {
  z-index: 2;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  padding: 0 12px;
}
.header .advertising .fullSlide .hd ul {
  text-align: center;
}
.header .advertising .fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 0 0 0 5px;
  overflow: hidden;
  font-size: 0;
  border: solid 1px #eee;
  border-radius: 50%;
}
.header .advertising .fullSlide .hd ul .on {
  background: #eee;
}
.header .content {
  padding: 9px 0;
}
.header .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 60px;
}
.header .logo img {
  height: 100%;
}
.header .slogan {
  float: left;
  margin-left: 40px;
  line-height: 50px;
}
.header .search {
  float: right;
}
.header .search select {
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #ddd;
  border-right: none;
  float: left;
  padding: 0 20px 0 9px;
  background: url(../images/arrow1.png) no-repeat right 10px center;
}
.header .search input[type="text"] {
  float: left;
  width: 290px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #ddd;
  padding: 0 14px;
}
.header .search input[type="text"]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.header .search input[type="text"]:-moz-placeholder {
  color: #aaaaaa;
}
.header .search input[type="text"]::-moz-placeholder {
  color: #aaaaaa;
}
.header .search input[type="text"]:-ms-input-placeholder {
  color: #aaaaaa;
}
.header .search input[type="button"],
.header .search button {
  width: 78px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #d40000;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search input[type="button"]:hover,
.header .search button:hover {
  background: #b80008;
}
.header .search .hot {
  font-size: 12px;
  margin-top: 6px;
}
.header .search .hot span,
.header .search .hot a {
  font-size: 12px;
  margin-left: 12px;
  cursor: pointer;
}
.header .search .hot span:hover,
.header .search .hot a:hover {
  color: #d40000;
}
.mainnav {
  width: 100%;
  text-align: center;
  z-index: 90;
}
.mainnav .wrap {
  padding: 8px 0;
  background: #ca1e25;
}
.mainnav.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.mainnav ul {
  overflow: hidden;
}
.mainnav li {
  width: 16.66666667%;
  line-height: 20px;
  padding: 5px 0;
  float: left;
  border-left: solid 1px #ce444a;
}
.mainnav li:nth-child(6n+1) {
  border: none;
  clear: left;
}
.mainnav li a {
  font-size: 16px;
  color: #f7e302;
  font-weight: bold;
}
.mainnav li a:hover {
  color: #fff;
}
.mainnavbrace {
  height: 78px;
  display: none;
}
.footer {
  background: #fff;
  margin-top: 50px;
}
.footer .nav {
  padding: 30px 0 20px 0;
}
.footer .nav ul {
  overflow: hidden;
}
.footer .nav li {
  width: 10%;
  float: left;
  text-align: center;
  position: relative;
}
.footer .nav li:nth-child(10n+1) {
  clear: left;
}
.footer .nav li:nth-child(10n+1)::after {
  display: none;
}
.footer .nav li::after {
  content: " ";
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
}
.footer .friendship .title {
  line-height: 20px;
  position: relative;
  font-size: 16px;
  color: #d40000;
}
.footer .friendship .title span {
  background: url(../images/friendship.png) no-repeat 0 center #ffffff;
  padding: 0 14px 0 22px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.footer .friendship .title::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  background: #eee;
}
.footer .friendship ul {
  overflow: hidden;
  padding: 18px 0;
}
.footer .friendship ul li {
  width:8%;
  float: left;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
}
.footer .friendship ul li:nth-child(8n+1) {
  clear: left;
}
.footer .bottom {
  background: #eee;
  text-align: center;
  line-height: 30px;
  padding: 40px 0;
}
.footer .bottom .red {
  color: #d40000;
}
.footer .bottom .btn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  padding: 0 10px 0 32px;
  background: url(../images/advisory.png) no-repeat 12px center #d40000;
  font-size: 12px;
  color: #fff;
}
.footer .bottom .btn:hover {
  background-color: #b80008;
}
.fixed-sidebar {
  width: 70px;
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translate(0, -51.5%);
  -webkit-transform: translate(0, -51.5%);
  -moz-transform: translate(0, -51.5%);
  -ms-transform: translate(0, -51.5%);
  -o-transform: translate(0, -51.5%);
  z-index: 90;
  text-align: center;
}
.fixed-sidebar li {
  position: relative;
  margin-top: -1px;
}
.fixed-sidebar li:hover a {
  background: #d40000;
  color: #fff;
}
.fixed-sidebar li:hover a i img {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
.fixed-sidebar li a {
  height: 80px;
  display: block;
  padding-top: 12px;
  border: solid 1px #eee;
  background: #fff;
}
.fixed-sidebar li a i {
  height: 30px;
  line-height: 30px;
  display: block;
}
.fixed-sidebar li a i img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a p {
  line-height: 20px;
  font-size: 12px;
  margin-top: 4px;
}
.fixed-sidebar li .hide {
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 5;
  background: #d40000;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 140px;
  height: 140px;
  padding: 8px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1400px) {
  .fixed-sidebar {
    width: 60px;
    right: 0px;
  }
  .fixed-sidebar li .hide {
    right: 60px;
  }
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.main .advertising {
  padding: 7.5px 0;
}
.main .advertising .row {
  margin: 0 -2.5px;
}
.main .advertising .col {
  padding: 2.5px;
}
.main .advertising img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .advertising a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main .advertising a::after {
  content: "广告";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/mainFilter.png);
  font-size: 10px;
  color: #fff;
  padding: 0 4px;
}
.main .advertising a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .newslayer1 {
  overflow: hidden;
  margin-bottom: -10px;
}
.main .newslayer1 .left {
  width: 310px;
  float: left;
}
.main .newslayer1 .right {
  width: 310px;
  float: right;
}
.main .newslayer1 .center {
  width: 560px;
  float: left;
  margin-left: 10px;
}
.main .newslayer1 .brand .title {
  overflow: hidden;
  position: relative;
}
.main .newslayer1 .brand .title img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .newslayer1 .brand .title:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .newslayer1 .brand ul {
  display: block;
  background: #fff;
  border: solid 1px #eee;
  padding: 1px 18px;
}
.main .newslayer1 .brand li {
  border-bottom: solid 1px #eee;
}
.main .newslayer1 .brand li:last-child {
  border-bottom: none;
}
.main .newslayer1 .brand li:nth-child(1) .number {
  background-image: url(../images/brand_number2.png);
}
.main .newslayer1 .brand li:nth-child(2) .number {
  background-image: url(../images/brand_number3.png);
}
.main .newslayer1 .brand li:nth-child(3) .number {
  background-image: url(../images/brand_number4.png);
}
.main .newslayer1 .brand li a {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}
.main .newslayer1 .brand li a:hover .name {
  color: #d40000;
}
.main .newslayer1 .brand li .number {
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  background: url(../images/brand_number1.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin: 7px 28px 0 0;
  color: #d40000;
}
.main .newslayer1 .brand li .logo {
  width: 120px;
  height: 52px;
  line-height: 52px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.main .newslayer1 .brand li .logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.main .newslayer1 .brand li .name {
  padding-left: 214px;
  height: 52px;
  line-height: 52px;
  color: #333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .newslayer1 .brand li .name span {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.main .newslayer1 .newslist li a {
  padding-right: 60px;
}
.main .newslayer2 {
  overflow: hidden;
}
.main .newslayer2 .brand {
  width: 280px;
  float: left;
  background: #fff;
}
.main .newslayer2 .brand img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .newslayer2 .brand ul {
  border: solid 1px #eee;
  padding: 0 19px;
}
.main .newslayer2 .brand li {
  border-bottom: solid 1px #eee;
}
.main .newslayer2 .brand li:last-child {
  border-bottom: none;
}
.main .newslayer2 .brand li a {
  display: block;
  overflow: hidden;
}
.main .newslayer2 .brand li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .newslayer2 .newsbox {
  margin-left: 280px;
}
.main .newslayer2 .newsbox .box {
  width: 50%;
  float: left;
  padding: 0 0 0 10px;
}
.main .newslayer2 .newslist ul {
  height: 240px;
}
.main .newslayer2 .newslist li a {
  padding-right: 0;
}
.pctitle {
  height: 42px;
  line-height: 42px;
  border-bottom: solid 1px #eee;
}
.pctitle:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.pctitle h1,
.pctitle h2,
.pctitle h3,
.pctitle h4,
.pctitle h5,
.pctitle h6 {
  float: left;
  line-height: 40px;
  border-bottom: solid 2px #d40000;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.pctitle .more {
  float: right;
  font-size: 12px;
  color: #999;
  padding-right: 22px;
  background: url(../images/arrow2.png) no-repeat right center;
}
.pctitle .more:hover {
  color: #d40000;
  background-image: url(../images/arrow3.png);
}
.newslist {
  border: solid 1px #eee;
  background: #fff;
  padding: 6px 18px;
  margin-bottom: 10px;
}
.newslist ul {
  margin: 10px 0 4px 0;
  height: 300px;
  overflow: hidden;
}
.newslist li {
  height: 30px;
  line-height: 30px;
}
.newslist li a {
  display: block;
  padding: 0 0 0 10px;
  position: relative;
}
.newslist li a:hover::after {
  background: #d40000;
}
.newslist li a::after {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.newslist li span {
  height: 30px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newslist li .d {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 12px;
}
.newslist.number li:nth-child(1) .n {
  background: #d40000;
}
.newslist.number li:nth-child(2) .n {
  background: #ff6817;
}
.newslist.number li:nth-child(3) .n {
  background: #ffa313;
}
.newslist.number li:nth-child(2) .h {
  background-image: url(../images/hot2.png);
}
.newslist.number li:nth-child(3) .h {
  background-image: url(../images/hot3.png);
}
.newslist.number li a {
  padding-left: 24px;
}
.newslist.number li a::after {
  display: none;
}
.newslist.number li span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newslist.number li .d {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 12px;
}
.newslist.number li .n {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
  width: 15px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #aaa;
  border-radius: 5px 5px 0 5px;
  font-size: 12px;
  color: #fff;
}
.newslist.number li .h {
  width: 11px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
  background: url(../images/hot1.png) no-repeat 0 0;
  background-size: 100% 100%;
  font-size: 0;
}
.caselayer {
  border: solid 1px #eee;
  padding: 6px 19px;
  background: #fff;
}
.caselayer .picScroll-left,
.caselayer .picScroll-left .bd,
.caselayer .picScroll-left .tempWrap {
  width: 100% !important;
}
.caselayer .picScroll-left {
  position: relative;
  margin-top: 20px;
}
.caselayer .picScroll-left img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.caselayer .picScroll-left .prev,
.caselayer .picScroll-left .next {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 5;
  background: no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.caselayer .picScroll-left .prev {
  left: -12px;
  background-image: url(../images/arrow4.png);
}
.caselayer .picScroll-left .next {
  right: -12px;
  background-image: url(../images/arrow5.png);
}
.caselayer .picScroll-left .bd {
  overflow: hidden;
}
.caselayer .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.caselayer .picScroll-left .bd li {
  margin-right: 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.caselayer .picScroll-left .bd li a {
  display: block;
}
.caselayer .picScroll-left .bd li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.caselayer .picScroll-left .bd li i {
  display: inline-block;
  overflow: hidden;
}
.caselayer .picScroll-left .bd li p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container {
  overflow: hidden;
}
.container .sidebar {
  width: 310px;
  float: right;
}
.container .sidebar .newslist ul {
  height: auto;
}
.container .contentlt {
  width: 880px;
  float: left;
}
.sidebar .joinbox {
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 12px 20px 26px 20px;
  background: url(../images/joinbox_bg.jpg) repeat-y 0 0;
  background-size: 100% auto;
}
.sidebar .joinbox .icon {
  width: 50px;
  height: 32px;
  background: url(../images/joinbox_icon.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}
.sidebar .joinbox .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 8px 0 4px 0;
}
.sidebar .joinbox .info {
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.sidebar .joinbox input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: solid 1px #eee;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 6px;
}
.sidebar .joinbox input[type="text"]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.sidebar .joinbox input[type="text"]:-moz-placeholder {
  color: #aaaaaa;
}
.sidebar .joinbox input[type="text"]::-moz-placeholder {
  color: #aaaaaa;
}
.sidebar .joinbox input[type="text"]:-ms-input-placeholder {
  color: #aaaaaa;
}
.sidebar .joinbox input[type="button"],
.sidebar .joinbox button {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  background: #ffb24e;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.sidebar .joinbox input[type="button"]:hover,
.sidebar .joinbox button:hover {
  background: #fda028;
}
.sidebar .classification {
  padding: 6px 19px 19px 19px;
  border: solid 1px #eee;
  background: #fff;
  margin-bottom: 10px;
}
.sidebar .classification ul {
  overflow: hidden;
  margin-top: 12px;
}
.sidebar .classification li {
  float: left;
  width: 33.3333%;
  text-align: center;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
}
.sidebar .classification li:nth-child(3n+1) {
  clear: left;
  border-left: none;
}
.sidebar .classification li:nth-child(1),
.sidebar .classification li:nth-child(2),
.sidebar .classification li:nth-child(3) {
  border-top: none;
}
.sidebar .classification li.on a i,
.sidebar .classification li a:hover i {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar .classification li a {
  display: block;
  padding: 10px 0;
}
.sidebar .classification li i {
  display: block;
  line-height: 24px;
  height: 24px;
  margin-bottom: 8px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
  filter: alpha(opacity=80);
}
.sidebar .classification li i img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.crumbs {
  height: 42px;
  line-height: 42px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 20px;
  color: #999;
}
.crumbs a {
  color: #999;
}
.crumbs a:hover {
  color: #d40000;
}
.paging {
  text-align: center;
  margin-top: 40px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li a {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  display: block;
  background: #fff;
  border: solid 1px #eee;
  color: #999;
  padding: 0 10px;
}
.paging li.on a,
.paging li a:hover {
  background: #d40000;
  border: solid 1px #d40000;
  color: #fff;
}
.about-page .menu {
  background: #fff;
  border: solid 1px #eee;
  overflow: hidden;
  text-align: center;
}
.about-page .menu li {
  width: 20%;
  float: left;
  position: relative;
}
.about-page .menu li:nth-child(5n+1)::after {
  display: none;
}
.about-page .menu li.on a {
  color: #d40000;
}
.about-page .menu li.on a::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.about-page .menu li::after {
  content: " ";
  width: 1px;
  height: 18px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  z-index: 2;
}
.about-page .menu li a {
  height: 58px;
  line-height: 58px;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.about-page .menu li a::after {
  content: " ";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #d40000;
  filter: alpha(opacity=0);
  opacity: 0;
}
.about-page .content {
  border: solid 1px #eee;
  background: #fff;
  padding: 30px;
  padding-top: 40px;
  margin-top: 10px;
}
.about-page .entit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #eee;
  text-transform: uppercase;
}
.about-page .titll {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d40000;
}
.about-page .article {
  margin-top: 26px;
}
.about-page .article .titt {
  margin-bottom: 22px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  border-bottom: solid 1px #eee;
  position: relative;
}
.about-page .article .titt::after {
  content: " ";
  width: 72px;
  height: 2px;
  background: #d40000;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.about-page .article .btn {
  margin-top: 16px;
}
.about-page .article .btn a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  border: solid 1px #ddd;
  color: #999;
}
.about-page .article .btn a:hover {
  border: solid 1px #d40000;
  color: #fff;
  background: #d40000;
}
.about-page .statement {
  line-height: 30px;
  color: #999;
  margin-top: 80px;
}
.case-list li {
  margin-bottom: 10px;
  padding: 19px;
  background: #fff;
  border: solid 1px #eee;
  overflow: hidden;
}
.case-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.case-list li .pic {
  width: 198px;
  height: 140px;
  float: left;
  overflow: hidden;
}
.case-list li .pic a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.case-list li .text {
  padding: 14px 0 0 222px;
}
.case-list li .nopic {
  padding: 0;
}
.case-list li .tit,
.case-list li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .tit,
.case-list li .tit a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.case-list li .tit a:hover {
  color: #d40000;
}
.case-list li .txt {
  height: 40px;
  color: #999;
  -webkit-line-clamp: 2;
  margin: 8px 0 22px 0;
}
.case-list li .kword a {
  float: left;
  margin: 0 10px 10px 0;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f5f6f7;
}
.case-list li .kword a.on,
.case-list li .kword a:hover {
  background: #fdf2f1;
  color: #d40000;
}
.case-list li .info {
  line-height: 28px;
  font-size: 12px;
  color: #999;
  float: right;
}
.case-list li .info span {
  margin-left: 36px;
}
.case-list li .info span:first-child {
  margin-left: 0;
}
.news-page .layer1 {
  overflow: hidden;
}
.news-page .layer1 .left {
  width: 310px;
  float: left;
}
.news-page .layer1 .right {
  width: 310px;
  float: right;
}
.news-page .layer1 .center {
  width: 560px;
  float: left;
  margin-left: 10px;
}
.news-page .carousel {
  margin-bottom: 10px;
}
.news-page .carousel .slideBox {
  overflow: hidden;
  position: relative;
}
.news-page .carousel .slideBox img {
  width: 100%;
  display: block;
}
.news-page .carousel .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.news-page .carousel .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.news-page .carousel .slideBox .bd li a {
  display: block;
  position: relative;
}
.news-page .carousel .slideBox .bd li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(../images/mainFilter.png);
}
.news-page .carousel .slideBox .bd li span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .carousel .slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 12px;
  bottom: 15px;
  z-index: 8;
}
.news-page .carousel .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.news-page .carousel .slideBox .hd ul li {
  float: left;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  background: #eee;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
}
.news-page .carousel .slideBox .hd ul li.on {
  background: #d40000;
}
.news-page .newslist ul {
  height: auto;
}
.news-page .headline .title {
  position: relative;
}
.news-page .headline .content {
  border: solid 1px #eee;
  background: #fff;
  margin-top: 10px;
  padding: 6px 19px;
}
.news-page .headline li {
  border-bottom: solid 1px #eee;
}
.news-page .headline li:last-child {
  border-bottom: none;
}
.news-page .headline li a {
  display: block;
  padding: 14px 0;
}
.news-page .headline li a:hover .tit {
  color: #d40000;
}
.news-page .headline li .tit,
.news-page .headline li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-page .headline li .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.news-page .headline li .info {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.news-page .headline li .info span {
  margin-right: 35px;
}
.news-page .layer2 {
  overflow: hidden;
  margin-top: 10px;
}
.news-page .layer2 .newsbox {
  padding-right: 280px;
}
.news-page .layer2 .newsbox .box {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.news-page .layer2 .newsbox .box:nth-child(2n+1) {
  clear: left;
}
.news-page .layer2 .newsbox .newslist ul {
  height: 240px;
}
.news-page .layer2 .right {
  width: 280px;
  float: right;
}
.news-page .layer2 .brand {
  padding: 6px 19px;
  background: #fff;
  border: solid 1px #eee;
  margin-bottom: 10px;
}
.news-page .layer2 .brand ul {
  height: 574px;
  margin: 0 -5px;
  overflow: hidden;
  padding: 15px 0 10px 0;
}
.news-page .layer2 .brand li {
  width: 50%;
  padding: 5px;
  float: left;
}
.news-page .layer2 .brand li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-page .layer2 .brand li a {
  border: solid 1px #eee;
  overflow: hidden;
  display: block;
  height: 50px;
}
.news-page .layer2 .brand li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-page .details {
  border: solid 1px #eee;
  background: #fff;
  padding: 34px 28px 24px 28px;
}
.news-page .details .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.news-page .details .info {
  font-size: 12px;
  color: #999;
  margin: 12px 0 18px 0;
}
.news-page .details .info span {
  margin-right: 36px;
}
.news-page .details .article {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 34px 0;
}
.news-page .details .article .tit {
  font-size: 16px;
  color: #d40000;
  font-weight: bold;
}
.news-page .details .social-share {
  margin: 25px 0 18px 0;
}
.news-page .details .social-share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details .social-share a {
  width: 30px;
  height: 30px;
  margin: 0 14px 0 0;
  float: left;
  position: relative;
  background: no-repeat;
  background-size: 100% 100%;
}
.news-page .details .social-share .icon-weibo {
  background-image: url(../images/share1.png);
}
.news-page .details .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.news-page .details .social-share .icon-qq {
  background-image: url(../images/share3.png);
}
.news-page .details .prevnext {
  overflow: hidden;
}
.news-page .details .prevnext p {
  width: 50%;
  height: 20px;
  line-height: 20px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .details .prevnext .next {
  text-align: right;
}
.news-page .details .prevnext a,
.news-page .details .prevnext p {
  color: #555;
}
.news-page .details .prevnext a:hover {
  color: #d40000;
}
.news-page .details .keyword {
  overflow: hidden;
  margin-top: 32px;
}
.news-page .details .keyword a {
  height: 28px;
  line-height: 28px;
  float: left;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  background: #f5f6f7;
}
.news-page .details .keyword a:hover,
.news-page .details .keyword a.on {
  background: #fdf2f1;
  color: #d40000;
}
.brand-list .title {
  height: 158px;
  background: url(../images/brand-list-title2.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  line-height: 40px;
  padding-top: 50px;
  position: relative;
}
.brand-list .title::after {
  content: " ";
  width: 84px;
  height: 64px;
  background: url(../images/brand-list-title1.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -42px;
  z-index: 5;
}
.brand-list .title .en,
.brand-list .title .tit {
  font-size: 36px;
  font-weight: bold;
  color: #f7e6a2;
}
.brand-list .title .en {
  text-transform: uppercase;
  opacity: .3;
  filter: alpha(opacity=30);
}
.brand-list .title .tit span {
  color: #ffe400;
}
.brand-list ul {
  background: #fff;
  border: solid 1px #eee;
  padding: 0 29px;
}
.brand-list li {
  border-bottom: solid 1px #eee;
}
.brand-list li:last-child {
  border-bottom: none;
}
.brand-list li:nth-child(1) .number {
  background-image: url(../images/brand_number2.png);
}
.brand-list li:nth-child(2) .number {
  background-image: url(../images/brand_number3.png);
}
.brand-list li:nth-child(3) .number {
  background-image: url(../images/brand_number4.png);
}
.brand-list li a {
  display: block;
  padding: 20px 0;
  overflow: hidden;
}
.brand-list li a:hover .tit {
  color: #d40000;
}
.brand-list li a:hover .logo img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.brand-list li .number {
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  background: url(../images/brand_number1.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin: 36px 16px 0 0;
  color: #d40000;
}
.brand-list li .logo {
  width: 260px;
  height: 112px;
  line-height: 112px;
  float: left;
  border: solid 1px #eee;
  text-align: center;
  overflow: hidden;
}
.brand-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.brand-list li .text {
  padding: 20px 0 0 336px;
}
.brand-list li .tit,
.brand-list li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.brand-list li .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.brand-list li .txt {
  height: 40px;
  -webkit-line-clamp: 2;
  margin-top: 8px;
  color: #666;
}
.brand-page .head,
.brand-page .introduction,
.brand-page .merchants {
  border: solid 1px #eee;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 10px;
}
.brand-page .head .logo {
  float: left;
  width: 260px;
  border: solid 1px #eee;
}
.brand-page .head img {
  width: 100%;
  display: block;
}
.brand-page .head .text {
  padding: 0 0 0 290px;
}
.brand-page .head .title {
  font-size: 30px;
  font-weight: bold;
  color: #d40000;
}
.brand-page .head .titll {
  color: #333;
  margin: 4px 0 20px 0;
}
.brand-page .head .contact {
  overflow: hidden;
}
.brand-page .head .contact .col {
  background: no-repeat 0 1px;
  line-height: 20px;
  color: #333;
  padding-left: 25px;
  min-height: 20px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.brand-page .head .contact .col a {
  color: #333;
}
.brand-page .head .info {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  float: left;
  padding-top: 26px;
  margin-top: 30px;
  border-top: solid 1px #eee;
}
.brand-page .head .info .col {
  margin-bottom: 2px;
}
.brand-page .head .info .col:nth-child(2n+1) {
  clear: left;
}
.brand-page .head .info .star {
  width: 20px;
  height: 20px;
  background: url(../images/star.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
}
.brand-page .introduction .entit,
.brand-page .merchants .entit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #eee;
}
.brand-page .introduction .titll,
.brand-page .merchants .titll {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d40000;
}
.brand-page .introduction .content {
  line-height: 26px;
  margin-top: 32px;
}
.brand-page .introduction .content .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #d40000;
}
.brand-page .introduction .content .lp {
  float: left;
  margin: 0 40px 4px 0;
}
.brand-page .merchants .content {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 34px 0 28px 0;
}
.brand-page .merchants .content .pic {
  width: 376px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.brand-page .merchants .content .cont {
  padding-left: 376px;
}
.brand-page .merchants .content .box {
  border: solid 1px #d40000;
  border-radius: 0 5px 5px 0;
  min-height: 176px;
  padding: 14px;
}
.brand-page .merchants .content input[type="text"] {
  width: 100%;
  height: 46px;
  line-height: 44px;
  margin-bottom: 8px;
  border: solid 1px #eee;
  background: #f8f8f8;
  padding: 0 8px;
}
.brand-page .merchants .content input[type="text"]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.brand-page .merchants .content input[type="text"]:-moz-placeholder {
  color: #aaaaaa;
}
.brand-page .merchants .content input[type="text"]::-moz-placeholder {
  color: #aaaaaa;
}
.brand-page .merchants .content input[type="text"]:-ms-input-placeholder {
  color: #aaaaaa;
}
.brand-page .merchants .content input[type="button"],
.brand-page .merchants .content button {
  width: 104px;
  height: 42px;
  line-height: 42px;
  background: #d40000;
  cursor: pointer;
  color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.brand-page .merchants .content input[type="button"]:hover,
.brand-page .merchants .content button:hover {
  background: #b80008;
}
.brand-page .merchants .info ul {
  overflow: hidden;
}
.brand-page .merchants .info li {
  width: 25%;
  float: left;
  text-align: center;
  border-left: solid 1px #eee;
}
.brand-page .merchants .info li:nth-child(4n+1) {
  clear: left;
}
.brand-page .merchants .info li i {
  height: 32px;
  line-height: 32px;
  display: block;
}
.brand-page .merchants .info li i img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.brand-page .merchants .info li p {
  font-size: 16px;
  margin-top: 12px;
}
.brand-page .merchants .tips {
  line-height: 20px;
  text-align: center;
  color: #d40000;
  margin-top: 46px;
}
.brand-page .merchants .tips span {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/tips.png) no-repeat 0 3px;
}
.contact-page .content {
  background: #fff;
  border: solid 1px #eee;
  padding: 18px 29px 29px 29px;
}
.contact-page .contact {
  padding: 35px 0;
}
.contact-page .contact .row {
  line-height: 30px;
  margin-bottom: 11px;
}
.contact-page .contact .row:last-child {
  margin-bottom: 0;
}
.contact-page .contact .icon {
  width: 30px;
  height: 30px;
  float: left;
}
.contact-page .contact .tit {
  min-width: 150px;
  font-size: 16px;
  float: left;
  margin: 0 15px;
}
.contact-page .contact .txt {
  float: left;
}
.contact-page .contact .txt,
.contact-page .contact .txt a {
  font-size: 16px;
  color: #333;
}
.contact-page #allmap {
  height: 474px;
  border: solid 1px #eee;
}
.brand-chair {
  background: #350805;
}
.brand-chair .poster {
  position: relative;
}
.brand-chair .poster img {
  width: 100%;
  display: block;
}
.brand-chair .poster .wave {
  width: 100%;
  height: 105px;
  background: repeat-x 0 0;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.brand-chair .poster .wave1 {
  z-index: 5;
  background-image: url(../images/wave1.png);
}
.brand-chair .poster .wave2 {
  z-index: 2;
  background-image: url(../images/wave2.png);
}
.brand-chair .ctitle {
  text-align: center;
}
.brand-chair .ctitle .en {
  color: #f5d6b1;
  font-family: "Arial", arial;
  font-size: 30px;
  text-transform: uppercase;
  opacity: .2;
  filter: alpha(opacity=20);
  position: relative;
}
.brand-chair .ctitle .en::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/brand_chair_en.png) repeat-x;
  background-size: auto 100%;
}
.brand-chair .ctitle .tit {
  font-size: 36px;
  color: #f5d6b1;
  position: relative;
  z-index: 2;
  margin-top: -15px;
}
.brand-chair .ctitle .tit::before,
.brand-chair .ctitle .tit::after {
  content: " ";
  width: 17px;
  height: 24px;
  display: inline-block;
  background: url(../images/brand_chair_tit1.png) no-repeat;
  margin: 0 20px;
}
.brand-chair .ctitle .tit::after {
  background-image: url(../images/brand_chair_tit2.png);
}
.brand-chair .description {
  padding: 60px 0;
}
.brand-chair .description .text {
  text-align: center;
  font-size: 16px;
  color: #bda588;
  line-height: 26px;
  margin-top: 20px;
}
.brand-chair .brand {
  padding: 60px 0;
}
.brand-chair .brand ul {
  overflow: hidden;
  margin: 40px -5px 0 -5px;
}
.brand-chair .brand li {
  width: 20%;
  float: left;
  padding: 5px;
}
.brand-chair .brand li:nth-child(5n+1) {
  clear: left;
}
.brand-chair .brand li a {
  height: 208px;
  display: block;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  color: #666;
}
.brand-chair .brand li a:hover {
  border: solid 1px #f6d9b7;
  background: none;
}
.brand-chair .brand li a:hover .top {
  margin-top: -208px;
}
.brand-chair .brand li .logo {
  height: 74px;
}
.brand-chair .brand li .logo img {
  height: 100%;
}
.brand-chair .brand li .top,
.brand-chair .brand li .bottom {
  height: 208px;
  padding: 28px 20px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.brand-chair .brand li .top {
  text-align: center;
}
.brand-chair .brand li .top .tit,
.brand-chair .brand li .top .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.brand-chair .brand li .top .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 32px 0 4px 0;
}
.brand-chair .brand li .bottom .tit,
.brand-chair .brand li .bottom .ti,
.brand-chair .brand li .bottom .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.brand-chair .brand li .bottom .tit {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.brand-chair .brand li .bottom .ti {
  color: #f5d6b1;
  background: url(../images/like.png) no-repeat 0 center;
  padding-left: 16px;
  font-weight: bold;
  margin: 28px 0 10px 0;
}
.brand-chair .brand li .bottom .txt {
  color: #bda588;
  height: 80px;
  -webkit-line-clamp: 4;
}
.brand-chair .recommend {
  padding: 10px 0 70px 0;
}
.brand-chair .recommend ul {
  overflow: hidden;
  margin: 36px -15px 0 -15px;
}
.brand-chair .recommend li {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.brand-chair .recommend li:nth-child(2n+1) {
  clear: left;
}
.brand-chair .recommend li:nth-child(1) a,
.brand-chair .recommend li:nth-child(2) a {
  border-top: none;
}
.brand-chair .recommend li a {
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0 90px 0 11px;
  position: relative;
  color: #bda588;
  border-top: solid 1px #481f1d;
}
.brand-chair .recommend li a::after {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #bda588;
  z-index: 2;
}
.brand-chair .recommend li a:hover {
  color: #c38943;
}
.brand-chair .recommend li .d {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  color: #6d6458;
}
.map-page .site-map {
  padding: 50px 0;
}
.map-page .site-map .row {
  margin-bottom: 20px;
}
.map-page .site-map .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f1efeb;
  font-size: 16px;
  color: #d40000;
}
.map-page .site-map .row ul {
  margin-top: 10px;
}
.map-page .site-map .row ul li {
  width: 20%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.map-page .site-map .row ul li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
}
.map-page .site-map .row ul li a:hover {
  color: #d40000;
}
